home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / thrust_2.swf / scripts / DefineSprite_84 / frame_8 / PlaceObject2_75_1 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2012-01-07  |  149b  |  8 lines

  1. onClipEvent(enterFrame){
  2.    if(this.dooropen.hitTest(_root.abullet) && hit == false)
  3.    {
  4.       this.gotoAndPlay(2);
  5.       hit = true;
  6.    }
  7. }
  8.